home *** CD-ROM | disk | FTP | other *** search
/ The Multimedia CD-ROM Directory 96 (16th Edition) / The Multimedia CD-ROM Directory on CD-ROM 96.iso / pc / setupdos / install.bat < prev   
Encoding:
DOS Batch File  |  1996-02-16  |  487 b   |  30 lines

  1. @echo off
  2. cls
  3. Echo.
  4. Echo.
  5. Echo.
  6. Echo The Software for the
  7. Echo. 
  8. echo         Multimedia and CD-ROM Directory 1996
  9. echo.
  10. Echo will be installed on your hard disk:
  11. Echo.
  12. cd appl
  13. ..\ggcopy -a multimed
  14. if errorlevel 1 goto ERROR
  15. lha e tfplmcd.lzh *.* 
  16. if errorlevel 1 goto ERROR
  17. Echo.
  18. Echo.
  19. Echo To start the application please type in:
  20. Echo.
  21. Echo      multimed
  22. Echo.
  23. :ERROR
  24. ctty nul
  25. attrib -R tfplmcd.lzh
  26. attrib -R lha.exe
  27. del tfplmcd.lzh
  28. del lha.exe
  29. ctty con
  30.